Merge "JavaScriptMinifier: Remove support for unused $statementsOnOwnLine flag"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 24 Dec 2017 21:54:45 +0000 (21:54 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 24 Dec 2017 21:54:45 +0000 (21:54 +0000)
1  2 
RELEASE-NOTES-1.31

diff --combined RELEASE-NOTES-1.31
@@@ -71,10 -71,6 +71,10 @@@ changes to languages because of Phabric
  * (T180052) Mirandese (mwl) now supports gendered NS_USER/NS_USER_TALK namespaces.
  
  === Other changes in 1.31 ===
 +* Introducing multi-content-revision capability into the storage layer. For details,
 +  see <https://www.mediawiki.org/wiki/Requests_for_comment/Multi-Content_Revisions>.
 +* The Revision class was deprecated in favor of RevisionStore, BlobStore, and
 +  RevisionRecord and its subclasses.
  * MessageBlobStore::insertMessageBlob() (deprecated in 1.27) was removed.
  * The global function wfBCP47 was renamed to LanguageCode::bcp47.
  * The global function wfBCP47 is now deprecated.
    * WatchedItem::IGNORE_USER_RIGHTS
    * WatchedItem::CHECK_USER_RIGHTS
    * WatchedItem::DEPRECATED_USAGE_TIMESTAMP
+ * The $statementsOnOwnLine parameter of JavaScriptMinifier::minify was removed.
+   The corresponding configuration variable ($wgResourceLoaderMinifierStatementsOnOwnLine)
+   has been deprecated since 1.27 and was removed as well.
  
  == Compatibility ==
  MediaWiki 1.31 requires PHP 5.5.9 or later. There is experimental support for